The H5T_COMMIT procedure commits a transient datatype to a file, creating a new named datatype.
Note: A named datatype can be shared by objects within the same HDF5 file, but not by objects in other files.
H5T_COMMIT, Loc_id, Name, Datatype_id
An integer giving the identifier of a file or group.
The name of the new datatype.
An integer giving the identifier of the datatype to commit.
None
See the example under H5F_CREATE.
6.2 |
Introduced |